
html {height: 100%;}
body {
	font-family:"微软雅黑"; 
	font-size:14px; 
	color:#333; 
	line-height:24px; 
	background-color: #fff;
	overflow-x: hidden;
	
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,em,dt,form,p,i,span{margin:0;padding:0; font-size:100%; font-family:inherit; list-style:none; font-weight: normal; font-style: normal;}
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#555555;}
input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
textarea,input,select { background:none; border:none; margin:0; padding:0;}


a {color: #333;text-decoration: none;
text-decoration: none;
transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color:  transparent;
}
a:hover {color: #cc0001; text-decoration: none;}
a:active,a:focus {outline: 0;color: #cc0001; text-decoration: none;}
img {border:0; vertical-align: middle;}

.clearfix:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;} 
.clearfix { zoom:1;}

.ellipsis {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.fl{ float:left;}
.fr{ float: right;}



/*电脑导航*/
.header{height: 90px;position: fixed;z-index:999; top: 0;left: 0;width: 100%;/* background: rgba(114,114,114,0.5); */}
.header:hover{background: #FFFFFF;}
.header .c-logo{display: block;float: left;width: 312px;}
.header .c-logo img{display: block;position: absolute;top: 15px; width: 312px;}
.header .c-logo img.h-logo{display: none;}
.header:hover .c-logo img.h-logo{display: block;}

.header.scroll{background: #FFFFFF;box-shadow: 0 5px 5px rgb(0 0 0 / 10%);}
.header.scroll .c-logo img.h-logo{display: block;}
.header .header-l{float: left;width: calc((100% - 120px));}

		
.pcnav{float: right; width: calc((100% - 382px));}
.pcnav ul{margin: 0;}
.pcnav ul li{float: left;position: relative;font-size: 17px;font-weight: bold; text-align: center; width: 14.222222%;  line-height: 90px;}
.pcnav ul li::after{content: ""; width: 0px; height: 2px; background: #0346a1; position: absolute;bottom: 0; left: 0;transition: all 0.5s ease 0s;}
.pcnav ul li:hover::after{content: ""; width: 100%;height: 2px;background: #0346a1;position: absolute;bottom: 0;left: 0;transition: all 0.5s ease 0s;}
.pcnav ul li a{display: block;color: #FFF;}
.pcnav ul li:hover a{color: #FFF;}
.pcnav ul li .subnav{background: #fff;box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);height: auto;left: 0;overflow: hidden;position: absolute;top: 100%;width:100%;z-index: 199;}
.pcnav ul li .subnav{filter: progid:DXImageTransform.Microsoft.Shadow(color=#0346a1,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.pcnav ul li:hover .subnav{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.pcnav ul li .subnav a{color: #666;display: block;font-size: 14px;line-height: 40px;height: 40px;transition: all 0.2s ease-in-out 0s;background: #fff;}
.pcnav ul li .subnav a:hover{color: #FFF;background: #0346a1;text-indent: 5px;}

.header.scroll .pcnav ul li a{display: block;color: #333;}
.header.scroll .subnav a:hover{color: #FFF;background: #0346a1;text-indent: 5px;}
.header:hover .pcnav ul li a{display: block;color: #333;}
.header:hover .subnav a:hover{color: #FFF;background: #0346a1;text-indent: 5px;}

.navToggle{margin-top: 25px;}

.header .lg{float: right; width: 100px; margin-left: 20px; }
.header .lg ul{}
.header .lg ul li{float: left; width: 33.333333%; text-align: center; line-height: 90px;}
.header .lg ul li a{color: #FFF;}
.header .lg ul li:last-child a:before{content: '';position: absolute; background: #ca0018; border-radius: 100%; width: 30px; height: 30px; margin-top: 30px; margin-left: -5px;z-index: -1; }
.header.scroll .lg ul li a{color: #333;}
.header.scroll .lg ul li:last-child a{color: #FFF;}
.header.scroll .lg ul li:last-child a:hover{color: #FFF;}

.header:hover .lg ul li a{color: #333;}
.header:hover .lg ul li:last-child a{color: #FFF;}
.header:hover .lg ul li:last-child a:hover{color: #FFF;}

/*手机导航*/
#navToggle{position: relative;width: 30px;height: 20px;display: none;float: right;}
#navToggle .line {background: #FFF;border-radius: 1px;display: block;height: 3px;top: 0;left: 0;transition: all 0.3s ease;transform-origin: center center;width: 100%;position: absolute;}
#navToggle .line1 {top: 0;}
#navToggle .line2 {top: 50%;margin-top: -1px;}
#navToggle .line3 {top: auto;bottom: 0;}

#navToggle.active .line{top: 50%;bottom: auto; margin-top: -1px;}
#navToggle.active .line1{transform: rotate(45deg);}
#navToggle.active .line2{opacity: 0;filter: alpha(opacity=0);}
#navToggle.active .line3{transform: rotate(-45deg);}

.mobileMenu{display: none;position: fixed;top: 70px;left: 0;width: 100%;height: calc(100% - 90px);background-color: #fff;overflow-y: auto;z-index: 400;border-top: 1px solid #dcdcdc;}
.mobileMenu ul {background: #fff;}
.mobileMenu ul li{transform: translate3d(0, 10px, 0);transition: transform 0.4s ease, opacity 0.4s ease;opacity: 0;}
.mobileMenu.h-show ul li{opacity: 1;transform: translate3d(0, 0, 0);}
.menu-item{display: flex;flex-direction: row;height: 100px;align-items: center; padding-left: 20px;padding-right: 20px;border-bottom: 1px solid #dcdcdc;position: relative;transition: all .5s;}
.menu-item i{font-size: 30px;display: block;font-style: normal;}
.menu-item a{font-size: 30px;color: #000;padding-left: 30px;}
.menu-item:hover i, .menu-item:hover a{color: #cc0001;}
.menu li.on .menu-item i{color: #cc0001;}

.menu_dl{display: none; padding-left: 98px;padding-top: 20px; padding-bottom: 20px;border-bottom: 1px solid #dcdcdc;}
.menu_dl dd a{font-size: 24px;color: #333;line-height: 64px;}
.menu_dl dd a:hover{color: #0f256e;}

.ovh-f{width: 100%;height: 100%;position: fixed;left: 0;top: 0;overflow: hidden;}
.menu-itemtit{display: flex;}

@media(max-width: 991px){
    #navToggle{display: block;}
    .menu-arrow{ font-size:30px; position: absolute;right: 15px;transform: rotate(-0deg);transition: all 0.4s;}
    .menu_li.on .menu-arrow{ transform: rotate(90deg);color: #0f256e;} 
	.menu-item{ height: 60px;}
	.menu-item a{font-size: 22px;padding-left: 20px;}
}

@media(max-width: 767px){
    .menu-item{padding-left: 20px;height: 60px;}
    .menu-item i{font-size: 24px;margin-top:0;}
    .menu-item a{font-size: 24px;padding-left: 20px;}
    #navToggle{margin-right: 0px;}
    .menu_dl{ padding-left: 65px;}
    .menu_dl dd a{font-size: 18px;line-height: 36px;}
    
	    
	.Mobile-Foot{position:fixed; display: block; left:0; bottom:0; background-color: rgba(0,0,0,0.5); /* background: #ff0433; */ width:100%; border-top:3px solid #ff0433; z-index: 99999;}
	.Mobile-Foot ul {width:100%; overflow:hidden; padding:14px 0;}
	.Mobile-Foot ul li{ float:left; width:25%; text-align:center; margin:0 auto;}
	.Mobile-Foot ul li span{color: #FFF; font-size: 15px;}
	.Mobile-Foot ul li i{font-size: 18px; margin-right: 8px;}
	.Mobile-Foot ul li a{color: #FFF; }
}

@media(max-width: 599px){
    .menu-item i{font-size: 26px;}
    .menu-item a{font-size: 18px;padding-left: 15px; padding-top: 7px;}
    .menu_dl{ padding-left: 60px;padding-top: 15px; padding-bottom: 15px;}
    .menu_dl dd a{font-size: 16px;line-height: 32px;}
    .menu-arrow{ font-size: 22px;}
}

/* 网站底部 */
footer{background: #272727; overflow: hidden;padding: 50px 0;}
.footmenu{overflow: hidden; width: 50%; padding: 0 4%; border-left: 1px solid #525252;border-right: 1px solid #525252;}
.footmenu ul{margin: 0;}
.footmenu ul li{float: left;width:25%;}
.footmenu ul li span{display: block; font-size: 15px; color: #FFF; margin-bottom: 25px;}
.footmenu ul li a{display: block; color: #8b8b8b;font-size: 13px;line-height: 26px; }
.footmenu ul li a:hover{color: #55a7dd;}

.foot-contact{float: left;overflow: hidden; width: 35%; }
.foot-contact h4{ display: block; color: #FFF; font-size: 22px;}
.foot-contact h5{ display: block; color: #FFF; font-size: 16px;margin-bottom: 25px;}
.foot-contact p{ line-height: 32px;color: #ccc; font-size: 16px;}
.foot-contact p i{ float: left; width: 20px; font-size: 25px; color: #9c9c9c; margin-right:15px;}
.foot-contact p span { font-weight:bold;}

.foot-wx{overflow: hidden; width:15%; text-align: center;}
.foot-wx img{width: 130px;}
.foot-wx span{display: block; color: #FFF;line-height: 36px;}

.copy{overflow: hidden; background: #171717;text-align: center; color: #ccc;line-height: 26px; padding: 15px 0;}
.copy a{color: #ccc;}





@media (min-width:1024px) and (max-width:1366px) {
	
.pcnav ul li{font-size: 15px;}


}

@media (min-width:768px) and (max-width:1023px) {
	
.pcnav{display: none;}
.header .lg{display: none;}
.header{height: 70px;}
.header .c-logo img{width: 130px;}
.header.scroll #navToggle .line{background: #000;}
.header:hover #navToggle .line{background: #000;}
.foot-wx{display: none;}
.foot-contact{ width: 30%;}
.footmenu{width: 70%;}

	
}
@media screen and (max-width:767px) {
	

.pcnav{display: none;}
.header .lg{display: none;}
.header{height: 70px;}
.header .c-logo img{width: 220px;}
.header.scroll #navToggle .line{background: #000;}
.header:hover #navToggle .line{background: #000;}
footer{display: none !important;}
}